<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

* {
  margin: 0;
  padding: 0; /* 内边距 */
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  list-style-type: none;
}

/*默认字体设置，边距设置*/
html {
  font-size: 62.5%; /* 在用户调整窗口大小时，字体大小做相应调整。 */
  -ms-text-size-adjust: 100%; /* IE浏览器 */
  -webkit-text-size-adjust: 100%; /* FireFox浏览器 */
}

/*链接相关样式*/
a {
  background: 0 0;
  text-decoration: none; /* 去除默认下划线 */
  color: #222;
  font-family: PingFang SC,Microsoft YaHei,Hiragino Sans GB,Helvetica,Tahoma,Arial,SimSun,Heiti,sans-serif;
}

body {
  border: 0; /* 边框 */
  font-family: PingFang SC,Microsoft YaHei,Hiragino Sans GB,Helvetica,Tahoma,Arial,SimSun,Heiti,sans-serif; /* 默认字体 */
  font-size: 1.4em;
  color: #333;
  background-color: #fff;
}

a:active, a:hover {
  outline: 0;
  color: #ff4e00;
}

img {
  border: 0; /* 在IE8/9浏览器中，当img标签中包含a标签时，去除img边框属性。 */
}

/*定义字体图标*/
@font-face {
  font-family: 'iconfont';  /* Project id 67216 */
  src: url('//at.alicdn.com/t/font_67216_lebho0ivpgg.woff2?t=1653472044354') format('woff2'),
  url('//at.alicdn.com/t/font_67216_lebho0ivpgg.woff?t=1653472044354') format('woff'),
  url('//at.alicdn.com/t/font_67216_lebho0ivpgg.ttf?t=1653472044354') format('truetype');
}
.iconfont {
  display: inline-block;
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.clear {
  display: block;
  clear: both;
}

/*-----banner-----*/
.banner {
  display: block;
  overflow: hidden;
  position: relative;
}
.banner-list li{
text-align: center;	
	
}
.mobile-body  .banner-list li img{
	width: 100%;
}

/*面包屑*/
.crumbs {
  height: 44px;
  padding: 10px 20px;
  margin: auto;
  line-height: 44px;
  color: #999;
  font-size: 1.4rem;
}

.crumbs font {
  font-family: simsum;
  margin: 0 2px;
}

.crumbs &gt; a {
  color: #999;
}

.crumbs &gt; a[href]:hover {
  color: #ff4e00;
}
.color{
  color:#ff7f14;
}

/*---主菜单---*/
.head{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 120px;
}
.head_bd{
  width: 1200px;
  margin: auto;
  line-height: 120px;
}
.head li a{
  color: #fff;
  font-size: 1.7rem;
}
.head .logo{
  float: left;
  width: 200px;
  height: 120px;
  background: url(/images/logo.png) no-repeat center center;
}
.head ul{
  float: left;
  width: 900px;
  padding-left: 100px;
}
.head ul li{
  float: left;
  width: 25%;
  height: 120px;
}
.head ul li a{
  display:block;
}
.head ul li a:hover{
  color: #ff7f14;
}

.big_title{
  padding:50px 0;
  font-size:46px;
  font-weight:lighter;
  text-align: center;
}

.form .title{
  padding-bottom:20px;
  font-size: 2.9rem;
  font-weight: normal;
  color:#333;
  text-align:center;
}
.form{
  width:340px;
  padding:30px;
  margin:auto;
}
.form .ipt{
  padding: 8px 0;
}
.form .ipt input{
  height: 42px;
  width: 100%;
  text-indent:1em;
  line-height: 42px;
  font-size: 1.6rem;
  border: solid 1px #ccc;
}
.form .smt{
  padding-top: 15px;
}
.form .smt input{
  width: 100%;
  height: 50px;
  font-size: 1.8rem;
  color:#fff;
  background-color: #ff7f14;
  border:none;
  border-radius: 5px;
  cursor: pointer;
}


.foot_bg{
  background-color: #2b303d;
}
.foot img{
  vertical-align:middle;
}
.foot{
  width:1400px;
  margin:auto;
  color: #97999d;
}
.foot ul{
  float: left;
  width: 100%;
  padding: 40px 0;
}
.foot li{
  float: left;
}
.foot1{
  width:35%;
}
.foot2{
  width:20%;
  padding-left:5%;
}
.foot3{
  width:20%;
  padding-right:5%;
  text-align: center;
}
.foot4{
  width:15%;
}
.foot li a{
  display:block;
}
.foot dt{
  padding:15px 0;
  font-size:2rem;
}
.foot a{
  color: #97999d;
}
.foot dt,
.foot dt a{
  color:#fff;
}
.foot a:hover{
  color: #ff7f14;
}
.foot dd{
  padding:10px 0;
  font-size:1.6rem;
}
.foot .add1{
  float: left;
  white-space:pre;
}
.foot .add2{
  float: left;
  width:215px;
}

.foot_form .ipt{
    display:inline-block;
    width:46%;
    margin-right:10px;
    margin-bottom: 20px;
}
.foot_form .ipt input{
  width:100%;
  height:37px;
  text-indent: 1em;
  font-size:16px;
  line-height: 37px;
  border: none;
}
.foot_form .smt{
  position: relative;
  margin-top:20px;
  text-align:center;
}
.foot_form .smt .err{
  position: absolute;
  left:0;
  top:-28px;
  z-index: 22;
  width:100%;
  text-align: center;
  color:#fd6c40;
  font-size:14px;
}
.foot_form .smt input{
  width:150px;
  height:40px;
  font-size:16px;
  border: none;
  background-color: #ff7f14;
  border-radius: 5px;
  cursor: pointer;
}

.foot_wx{
  text-align: center;
}
.foot_wx .img{
  width:86px;
  margin: auto;
  padding:5px;
  background-color: #fff;
}
.foot_wx .img img{
  width:100%;
}
.foot_wx .txt{
  padding-top:10px;
}
.foot_btm{
  padding: 40px 0;
  border-top:solid 1px #515560;
}
.foot_left{
  float:left;
  width:50%;
  font-size:13px;
  line-height:2.4em;
}
.foot_right{
  float:right;
  width:50%;
}
.foot_right{
  padding:10px 0;
  margin-bottom:25px;
  height:26px;
  line-height:20px;
}
.foot_right .a{
  display:inline-block;
  margin:0 10px;
  padding:5px 15px;
  background-color:#fff;
  color: #333;
  border-radius:5px;
}
.foot_right a img{
  float:left;
  height:40px;
  margin-right:6px;
  -webkit-filter:grayscale(1);
  filter:grayscale(1);
  filter:gray;
}
.foot_right a:hover img{
  -webkit-filter:grayscale(0);
  filter:grayscale(0);
  filter:none;
}
.foot_right .txt{
  float:left;
  text-align:left;
  font-size:1.2rem;
}
.foot_right .txt2{
  padding:2px 10px;
  margin-left:10px;
  margin-right:-10px;
  white-space:pre;
  background-color:#ccc;
}
.foot_right .txt2:hover{
  color:#fff;
  background-color:#333;
}</pre></body></html>